GrpBuilder Object

The GrpBuilder object enables the management of GRP hierarchy builds through script. Declare the object using the following code:

CreateObject("CxGrp.GrpBuilder")

Each method in this document will assume you have declared the GrpBuilder object using the following code.

Dim GrpBuilder

Set GrpBuilder = CreateObject("CxGrp.GrpBuilder")


More: